home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTextSprite, gPicSprite, gNameSprite, gPicStart, gTextStart, gNameStart, gpresident, gSoundStart
- set gpresident to the mouseLine
- if gpresident < 42 then
- hilite line gpresident of field "Presidents"
- puppetSound(gSoundStart + gpresident - 1)
- set the castNum of sprite gPicSprite to gPicStart + gpresident - 1
- set the castNum of sprite gTextSprite to gTextStart + gpresident - 1
- set the castNum of sprite gNameSprite to gNameStart + gpresident - 1
- updateStage()
- end if
- end
-